(texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
(texinfo-subsection-level-regexp, texinfo-section-level-regexp):
Use it. And use regexp-opt.
- (texinfo-find-higher-level-node, texinfo-hierarchic-level)
- (texinfo-update-menu-region-beginning)
- (texinfo-update-menu-same-level-regexps)
- (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
- (texinfo-update-the-node, texinfo-sequentially-update-the-node): Update.
+ (texinfo-find-higher-level-node, texinfo-hierarchic-level)
+ (texinfo-update-menu-region-beginning)
+ (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
+ (texinfo-update-the-node, texinfo-sequentially-update-the-node)
+ (texinfo-update-menu-same-level-regexps): Update.
(texinfo-update-node, texinfo-every-node-update)
(texinfo-sequential-node-update): Remove autoload cookie.
- * textmodes/texinfo.el (texinfo-section-list): Change majorheading to 2.
+ * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
(texinfo-font-lock-syntactic-keywords): Use syntax-strings.
(texinfo-chapter-level-regexp): Remove.
(texinfo-mode): Hard code texinfo-chapter-level-regexp.
* autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
- * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Match defun*.
+ * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
+ Match defun*.
2000-11-06 Kenichi Handa <handa@etl.go.jp>